Obsolete dired-x's directory local variables in favor of standard ones.
authorGlenn Morris <rgm@gnu.org>
Wed, 23 Feb 2011 03:44:13 +0000 (19:44 -0800)
committerGlenn Morris <rgm@gnu.org>
Wed, 23 Feb 2011 03:44:13 +0000 (19:44 -0800)
commit70bd862a316bc096388a5ed5d86b78f71fe54898
tree5d4cfbb74747b385055833b0cedf9f82dce45627
parent693991ff93c0d368c3db13f7a62c3c6c62a7c885
Obsolete dired-x's directory local variables in favor of standard ones.

* lisp/dired.el (dired-mode): Call hack-dir-local-variables-non-file-buffer.

* lisp/dired-x.el (dired-omit-mode): Safe if boolean.
(dired-enable-local-variables): Fix doc and custom type.  Mark risky.
(dired-enable-local-variables, dired-local-variables-file)
(dired-hack-local-variables): Make obsolete.
(dired-omit-here-always): Use dir-locals.el instead.

* doc/misc/dired-x.texi (Features): Don't advertise obsolete local variables.
Simplify layout.
(Omitting Variables): Update local variables example.
(Local Variables): Say this is obsolete.  Fix description of
dired-enable-local-variables possible values.

* etc/NEWS: Relocate the existing entry about directory local
variables in file-les buffers, and make it clearer.
Mention above dired changes.
doc/misc/ChangeLog
doc/misc/dired-x.texi
etc/NEWS
lisp/ChangeLog
lisp/dired-x.el
lisp/dired.el